Skip to content

Don't delete resource folder while clean/rebuild#424

Merged
jayaranigarg merged 3 commits into
microsoft:masterfrom
jayaranigarg:cleanupbugfix
May 23, 2018
Merged

Don't delete resource folder while clean/rebuild#424
jayaranigarg merged 3 commits into
microsoft:masterfrom
jayaranigarg:cleanupbugfix

Conversation

@jayaranigarg

@jayaranigarg jayaranigarg commented May 21, 2018

Copy link
Copy Markdown
Member

We had 2 ways to fix this : clean conditionally or not clean at all. We are choosing to not clean at all because in large project systems rebuilding happens parallelly and one project trying to access it while other trying to clean it might create troubles.

Doing a clean/rebuild on loc machines, deletes and re-creates "en" (culture specific folder) and hence there will be no such scenario where this "en" folder will be empty which we need to cleanup. Additionally, creating/deleting the "en" folder should be a build/clean/rebuild functionality and should not be tied to MSTestv2 in any way.

#197

@smadala smadala left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test this on loc machine.

@smadala smadala left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add all your findings for why the remove this target won't impact other scenarios to PR description.

@smadala

smadala commented May 23, 2018

Copy link
Copy Markdown
Contributor

Update the title too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants